home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: mozart.unx.sas.com!jamie
- From: jamie@cdevil.unx.sas.com (James Cooper)
- Subject: Re: SetAfPt() in 3.0?
- Originator: jamie@cdevil.unx.sas.com
- Sender: news@unx.sas.com (Noter of Newsworthy Events)
- Message-ID: <DLsu19.L4w@unx.sas.com>
- Date: Fri, 26 Jan 1996 17:31:57 GMT
- X-Nntp-Posting-Host: cdevil.unx.sas.com
- References: <4e17ft$mk3@toad.stack.urc.tue.nl>
- Organization: SAS Institute Inc.
-
-
- In article <4e17ft$mk3@toad.stack.urc.tue.nl>, jaco@stack.urc.tue.nl (Jaco Schoonen) writes:
- >Hmmm, this is strange:
- >
- >In my 2.04 reference manual a function 'SetAfPt()' of the graphics.library
- >is explained to set the areafillpattern.
- >In my V40 autodocs those routine is not mentioned :-(
- >
- >The modules that came with AmigaE are the latest and the E-compiler
- >complains that it's an unknown function if I try to use it.
- >
- >So, am I stupid, or was this function removed after 2.04? If so, is there
- >another way of setting the AreaFillPattern?
- >
- >Please?
-
- SetAfPt() was *never* a function in graphics.library.
-
- It is a C macro, and is defined in <graphics/gfxmacros.h> as:
-
- #define SetAfPt(w,p,n) {(w)->AreaPtrn = p;(w)->AreaPtSz = n;}
-
- I don't know if any of the macros from gfxmacros.h were ever translated
- to E or not, but if not, the E modules are incomplete.
-
- --
- ---------------
- Jim Cooper
- (jamie@unx.sas.com) bix: jcooper
-
- Any opinions expressed herein are mine (Mine, all mine! Ha, ha, ha!),
- and not necessarily those of my employer.
-
- I'm NOT Politically Correct, but that's because I'm "Sensitivity Challenged."
-